#include <inttypes.h>


Defines | |
| #define | __UART_H__ 1 |
Enumerations | |
| enum | { START_PREM = 0x7E } |
Functions | |
| void | uart_init (void) |
| void | uart_send_buf (uint8_t *buf, uint8_t len) |
| #define __UART_H__ 1 |
| void uart_init | ( | void | ) |
Initialize UART to 9600 Baud Rate and only enable UART for transmission.
| void uart_send_buf | ( | uint8_t * | buf, | |
| uint8_t | len | |||
| ) |
Send a preamble and then a stream of bytes synchronously over the UART.

1.5.5